.row{
    margin-left: 0;
    margin-right: 0;
}

.aboutus-detail .col-md-11{
    margin-left: 4.3333%;
}
.aboutus-detail{
    background: #f9f9f9;
}

.aboutus-detail-header{
    margin-bottom: 2rem;
}

.aboutus-detail-header h1{
    text-align: center;
    font-size: 1.8rem;
    padding-top: 4rem;
}

.aboutus-detail-header span:first-child{
    color:#b89066;
    font-size: 1.8rem;
    padding-right: .5rem;
}

.aboutus-detail-header span:last-child{
    color:#003327;
    padding-left: .5rem;
    font-size: 1.5rem;
    border-left: .2rem solid #003327;
}

.aboutus-detail-header p{
    font-size: .9rem;
    color: #666666;
    line-height: 2rem;
    text-indent: 2rem;
    padding-top: 2rem;
}

.aboutus-showWork{
    margin-top: 3rem;
}

.aboutus-showWork .card{
    padding:0;
    text-align: center;
    position:relative;
}

.aboutus-showWork .card img{
    width:98%;
}

.aboutus-showWork .card-img-right{
    float:right;
}

.aboutus-showWork .card-img-left{
    float:left;
}

.aboutus-showWork h5{
    font-size: 1.5rem;
    color:#ffffff;
    font-weight: bold;
    line-height: 2.4rem;
}

.aboutus-showWork .card-img-overlay{
    width:100%;
    position: absolute;
    top:20%;
}

.aboutus-showWork .card-text{
    font-size: .9rem;
    color:#ffffff;
    font-weight: bold;
    line-height: 1.5rem;
}

.aboutus-showWork .card:last-child{
    padding-top: 1rem;
}

.aboutus-showWork .card:last-child img{
    width:100%;
}

.aboutus-showWork .card:last-child ul{
    padding-top: 2rem;
}

.aboutus-showWork .card:last-child li{
    font-size: .9rem;
    color:#ffffff;
    font-weight: bold;
    display:inline-block;
    border-right: .1rem solid #ffffff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.aboutus-showWork .card:last-child li:last-child{
    border-right:none;
}

.aboutus-serve img{
    width:100%;
}

.aboutus-serve .card-body{
    background: #ffffff;
}

.aboutus-detail .no-gutters{
    display:table;
    padding-bottom:1rem;
    padding-top:2rem;
}

.aboutus-serve .col-md-6{
    display:table-cell;
    vertical-align:middle;
}

.aboutus-serve .card-title{
    font-size: 1.2rem;
    font-weight: bold;
    color:#b89066;
    line-height: 1.8rem;
    text-align: center;
}

.aboutus-serve .card-text{
    font-size: .7rem;
    color:#666666;
    line-height: 1.5rem;
    text-indent: 1.5rem;
}

.aboutus-serve .card-body{
    margin-top: 15%;
    padding-top: 1rem;
    padding-bottom:1rem ;
}

.aboutus-serve .card-body .card-text{
    padding:0 1rem;
}

.contact-section{
    background: #f9f9f9;
    box-shadow: 0px 8px 13px 0px 
		rgba(204, 204, 204, 0.1);
	border-radius: 4px;
    padding-bottom: 5rem;
}

.list-group{
    box-shadow: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0;
}

.list-group .list-group-item i{
    float:right;
}

.list-group .list-group-item a{
    color:#666666;
    font-weight: bold;
}

.list-group .list-group-item:hover a{
    color:#333333;
}

.contact-now{
    width:100%;
    background: #ffffff;
    float:none;
}

.list-group .list-group-item{
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding:.5rem;
    font-size: .9rem;
    padding-bottom: 1rem;
}

.contact-article{
    background: #ffffff;
    margin-top: 1rem;
    padding-top: 1rem;
    box-shadow: 0px 8px 13px 0px 
		rgba(204, 204, 204, 0.1);
	border-radius: 4px;
}

.mb-3-title{
    font-size: 1.2rem;
    color:#b89066;
    font-weight: bold;
    line-height: 2.4rem;
    padding-left: 1rem;
}

.contact-article .col-md-5{
    padding-left: 1rem;
}

.contact-article .col-md-5 img{
    width:100%;
}

.contact-article .no-gutters{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.contact-article .no-gutters::after{
	content:"";
	width:90%;
	margin:0 auto;
	border-bottom:1px solid #cccccc;
	padding-bottom:1rem;
}

.contact-article .no-gutters:last-child{
    border-bottom: none;
}

.contact-article .col-md-7 .card-title{
    font-size: .7rem;
    line-height: 1.2rem;
    font-weight: bold;
    color:#333333;
    padding:0 .5rem;
}

.contact-myfrom{
    background: #ffffff;
    width:97%;
    float:right;
    height:auto;
}

.contact-myfrom .col-md-12{
    text-align: center;
    margin-top: 1rem;
}

.contact-myfrom .col-md-12 h3{
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.8rem;
    color:#3a3a3a;
}

.contact-myfrom .col-md-12 h4{
    font-size: .7rem;
    font-weight: bold;
    line-height: 1.8rem;
    color:#666666;
}

.contact-myfrom .input-group{
    padding-top: 1.5rem;
    margin-left:auto;
    margin-right: auto;
}

.contact-myfrom .input-group input{
    padding:.2rem 1rem;
}

.contact-myfrom .input-group .col-ms-4{
    position: relative;
}

.contact-myfrom .input-group span{
    position: absolute;
    color:red;
    font-size: 1rem;
}

.contact-myfrom .input-group textarea{
    border:1px solid #dddddd;
    text-align: left;
}

.contact-myfrom .myfrom-submit{
    margin-top: -1rem;
    padding-bottom: 4.5rem;
}

.state-section{
    background: #f9f9f9;
    padding-bottom: 4rem;
}

.state-section from{
    display:block;
    background: #ffffff;
    box-shadow: 0px 8px 13px 0px
    rgba(204, 204, 204, 0.1);
    border-radius: 4px;
}

.state-section .input-group h3{
    font-size: 1.2rem;
    color:#b89066;
    font-weight: bold;
    line-height: 2.4rem;
    padding-top: 1rem;
}

.state-section .input-group .col-md-10{
    padding-bottom: 1rem;
}

.state-section .input-group h3 i{
    padding-right: .5rem;
}

.state-section .input-group input,.state-section .input-group select{
    width:100%;
height:45px;
    padding:0 .5rem;
    font-size: .9rem;
    line-height: 2.4rem;
    border-radius: .3rem;
}

.state-section .input-group .from-1::-webkit-input-placeholder{
    color:#999999;
    font-weight: bold;
}

.state-section .input-group .from-2::-webkit-input-placeholder{
    color:#666666;
    font-weight: bold;
}

.state-section .state-submit{
    font-size: 0.9rem;
    font-weight: bold;
    color:#ffffff;
    background:#003327;
    padding:.2rem 1.5rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    border-radius: .3rem;
}

.state-brief{
    background: #ffffff;
    width:98%;
    float:right;
}

.state-brief .panel{
    width:94%;
    margin:0 auto;
    padding-top: 1rem;
    border:none;
    border-bottom: 1px solid #e5e5e5;
}

.state-brief .panel:first-child{
    padding-top: 2rem;
}
.state-brief .panel .col-md-3{
    text-align: center;
}

.state-brief .panel .col-md-3 p{
    width:60%;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #cccccc;
    font-size: 0.9rem;
    color:#666666;
    border-radius: .3rem;
    padding:.3rem 0;
}

.state-brief .panel .col-md-9 p:first-child{
    font-size: 0.9rem;
    color:#666666;
    border-radius: .3rem;
    padding:.3rem 0;
}

.state-brief .panel .col-md-9 p:last-child{
    font-size: 0.8rem;
    color:#666666;
    line-height: .9rem;
    color:#999999;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.selsect-page{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.selsect-page li a{
    color:#003327;
    font-size:.7rem;
    line-height:1.5rem;
    font-weight:bold;
    padding:.3rem 1.5rem;
    border-radius: .3rem;
    vertical-align: middle;
	margin: 0.3rem;
}

.selsect-page li:hover a{
    color:#ffffff;
    background:#003327;
}

.selsect-page li:last-child{
    padding-left: 2rem;
}

.selsect-page li span{
    border:none !important;
    font-size: .9rem;
    color:#003327;
    font-weight: bold;
    vertical-align: middle;
    padding-left:.3rem;
    padding-right: .3rem;
}

.selsect-page li select{
    border:1px solid #cccccc;
    border-radius: .3rem;
    padding:.1rem .5rem;
    font-size: .9rem;
}

.state-detail-section{
    background: #f9f9f9;
}

.state-detail-section .set-maxWidth{
    margin-top: 2rem;
}

.dynamic-article{
    margin-top: 1rem;
    margin-bottom: 3rem;
}


.dynamic-article .breadcrumb{
    background: #ffffff;
    margin-top: 1rem;
    font-size: .7rem;
    line-height: 1.2rem;
    color:#666666;
}

.dynamic-article .breadcrumb a{
    color:#666666;
    font-weight: bold;
}

.dynamic-article .breadcrumb a:hover{
    color:#003327;
}

.dynamic-article .panel{
    padding-top: 0;
}

.dynamic-article h2{
    font-size: 1.0rem;
    color:#333333;
    line-height: 1.8rem;
    text-align: center;
}

.dynamic-article .push{
    text-align: center;
}

.dynamic-article .push p{
    font-size: 0.6rem;
    color:#999999;
    line-height: 2rem;
}

.detail-article{
    font-size: .7rem;
    color:#666666;
    line-height: 1.2rem;
    text-indent: 1.5rem;
}

.detail-article-img{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.detail-article:last-child{
    padding-bottom: 1rem;
}

.state-detail-section .state-card{
    margin-top: 1rem;
}

.state-detail-section .state-card .list-group{
    padding-top: 0;
    padding-bottom: 0;
}

.state-detail-section .state-card h3{
    padding-top: 1rem;
}

.state-detail-section .state-card li{
    text-align: center;
    border-bottom: none;
}

.state-detail-section .state-card li a{
    font-size: 0.7rem;
    font-weight: bold;
    color:#333333;
}

.detail-contact-card{
    margin-top: 1rem;
}

.detail-contact-card h3{
    padding-top: 1rem;
}

.detail-contact-card{
    margin-top: 1rem;
}

.detail-contact-card .list-group-item{
    border-bottom: none;
}

.detail-contact-card .list-group-item{
    font-size: .7rem;
    color:#424242;
    font-weight: bold;
    line-height: 1.2rem;
    padding-left: 0;
    padding-right: 0;
}

.detail-contact-card .list-group-item i{
    float:left;
    color:#424242;
    font-size: 1.5rem;
    vertical-align: middle;
    padding-right: .5rem;
}

.team-section{
    background: #f9f9f9;
}

.select-law{
    background: #ffffff;
}

.select-law .input-group{
    display:flex;
    width:100%;
    text-align: center;
}

.select-law .col-md-2{
    flex:1;
}

.select-law .col-md-2 input,.select-law .col-md-2 select{
    width:96%;
    padding:.4rem 1rem;
    font-size: .9rem;
    border-radius: .3rem;
}

.select-law h3{
    padding-top: 1rem;
    text-align: center;
    font-size: 1.2rem;
    color:#b89066;
    line-height: 2.5rem;
    padding-bottom: 1rem;
}

.select-law h3 i{
    font-size: 1rem;
    padding-right: .3rem;
}

.select-law .myfrom-submit input{
    font-size: .9rem;
    font-weight: bold;
    color:#003327;
    background: #ffffff;
    padding:.2rem 2rem;
    border-radius: .3rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.select-law .myfrom-submit input:hover{
    background: #003327;
    color:#ffffff;
}

.lawyer-show .card{
    margin-top: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

/* .lawyer-show .card:last-child{
    margin-bottom: 3rem;
} */

.lawyer-show .no-gutters{
    display:table;
    background: #ffffff;
}

.lawyer-show .col-md-7{
    background: #ffffff;
    display:table-cell;
}

.lawyer-show .card-title{
    font-size:1.2rem ;
    font-weight: bold;
    color:#333333;
    line-height: 1.8rem;
    text-align: left;
    padding-left: 1rem;
}

.lawyer-show .card-title span{
    font-size:.6rem ;
    font-weight: bold;
    color:#999999;
    line-height: 1.8rem;
    padding-left: 1rem;
}

.lawyer-show .card:nth-child(n+7){
    display:none;
}

.show-all{display:block;
    float:none;
    clear: both;
    text-align: center;
    font-size: .7rem;
    font-weight: bold;
    line-height: 1.5rem;
    color:#666666;
    background: rgba(184, 144, 102, 0.2);
    border-radius: .3rem;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 2rem;
}

.show-all:hover{
    cursor: pointer;
}

.lawyer-show{
    padding-bottom: 2rem;
}

.team-detail-section{
    background: #f9f9f9;
}

.lawyer-detail{
    margin-top: 3rem;
    background: #ffffff;
    display:table;
    margin-bottom: 3rem;
}

.team-detail-section .breadcrumb{
    padding-left: 2rem;
    padding-top: 2rem;
    background: #ffffff;
    margin-bottom: 0;
}

.team-detail-section .breadcrumb a{
    color:#666666;
    font-size: .7rem;
    line-height: 1.2rem;
}

.team-detail-section .breadcrumb a:hover{
    color:#003327;  
}

.team-detail-section .col-md-3{
    background: #ffffff;
    padding-left: 2rem;
    padding-top: 1rem;
}

.lawyer-oneself{
    background: #ffffff;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.lawyer-oneself .lawyer-detail-msg{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}

.lawyer-oneself .lawyer-detail-msg h5{
    font-size: 1.2rem;
    color:#333333;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.lawyer-oneself .lawyer-detail-msg h5 span{
    font-size: 0.6rem;
    color:#999999;
    font-weight: bold;vertical-align: middle;
    padding-left: 1rem;
}

.lawyer-oneself .lawyer-detail-msg p{
    font-size: 0.7rem;
     color:#666666;
     line-height: 1.5rem;
}

.lawyer-skill{
    padding:2rem 0;
}

.lawyer-skill a{
    font-size: 0.8rem;
    padding:.3rem 1.5rem;
    font-weight: bold;
    border:1px solid #003327;
    border-radius: 0.3rem;
    color:#333333;
    margin-right: 2rem;
}

.lawyer-skill a:hover{
    color:#ffffff;
    background: #003327;
}

.wrok-experience h5{
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.5rem;
    color:#333333;
}

.wrok-experience li{
    font-size: .8rem;
    line-height: 1.5rem;
    color:#666666;
    padding-left: .5rem;
}

.wrok-experience li:before{
    content: "";
    width: .3rem;
    height: .3rem;
    color: #666666;
    border-radius: 50%;
    display:block;
    background-color: #666666;
    position: absolute;
    left: 0;
    margin: auto;
    margin-top: .6rem;
}

.recruitment-section{
    background: #f9f9f9;
}

.recruitment-detail{
    background: #ffffff;
    border-radius: .3rem;
    margin-bottom: 2rem;
}

.recruitment-detail h4 span{
    color:#ffffff;
    background: #003327;
    font-size: 1.2rem;
    vertical-align: middle;
    display:inline-block;
    padding:.3rem 1.5rem;
    border-radius: .3rem;
    margin:2rem 0 0 2rem;
}

.wrok-section{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.wrok-section h5{
    font-size: .9rem;
    color:#333333;
    line-height: 1rem;
    margin:0 0 1rem 3rem;
}

.wrok-section li{
    list-style-type: decimal;
    font-size: .8rem;
    line-height: 1.8rem;
    color:#666666;
    margin-left: 4.3rem;
}

.post-email{
    background: #ffffff;
    border-radius: .3rem;
    margin-bottom: 3rem;
}

.post-email p:first-child{
    padding-top: 1rem;
}

.post-email p:last-child{
    padding-bottom: 1rem;
}

.post-email p{
    font-size: .9rem;
    color:#333333;
    line-height: 2.4rem;
    padding-left: 3rem;
}

.business-section{
    background: #f9f9f9;
}

.business-section .business-section-person{
    margin-bottom: 2rem;
}

.business-section .list-group-item{
    padding-top: 1rem;
}

.business-detail{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1rem;
}

.business-detail h4{
    font-size:.8rem;
    font-weight:bold;
    color:#333333;
   margin-bottom: 1rem;
}

.business-detail li{
    list-style-type: disc;
    margin-left: 1rem;
}

.business-detail li a{
    font-size:.7rem;
    font-weight:bold;
    color:#666666;
    line-height: 1.6rem;
}

.business-detail li a:hover{
    color:#333333;
}

.business-section-person .panel{
    border-bottom: none;
}

.business-lawyer .card-body{
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 0;
}

.business-lawyer .card-body h5{
    font-size:.8rem;
    font-weight:bold;
    color:#333333;
}

.business-lawyer .card-body .card-text{
    font-size:.6rem;
    font-weight:bold;
    color:#999999;
    text-indent: 0;
}

.business-lawyer h4{
    font-size:.7rem;
    font-weight:bold;
    color:#666666;
    padding-top: 1rem;
}

.business-lawyer .card:nth-child(n+7){
    display:block;
}

.business-lawyer .no-gutters{
    border:1px solid #e5e5e5;
}

.select-menu{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    background: #f9f9f9;
    width:70%;
    display:none;
}

.select-menu li:first-child{
    margin-top: 2rem;
}

.select-menu li:hover{
    background: #f9f9f9;
}

.select-menu li:hover a{
    color:#333333 !important;
}

.select-menu li{
    height:3rem !important;
    line-height: 3rem;
    padding-left: 2rem;
}

.select-menu li a{
    font-size: 1.2rem !important;
}

.open-menu{
    display:none;
}

.contact-myfrom{
	padding-left:1rem;
	padding-right:1rem;
}

.map-location-qijia{
	width:97%;
	float:right;
	background:#ffffff;
}

#my-map{
	width:95%;
	height:20rem;
	background:#ffffff;
	text-align:center;
	margin-left:1rem;
	margin-top:1rem;
	margin-bottom:1rem;
}

.map-location-qijia div.location-map{
	padding-right:1rem;
	padding-left:1rem;
}

.location-map{
	padding-bottom:1rem;
	padding-top:1rem;
}


.location-map:after{
	content:"";
	position:absolute;
	width:92%;
	left:5%;
	background-color:#e5e5e5;
	height:1px;
	margin-bottom:1rem;
}


.location-map p{
	font-size:.9rem;
	color:#666666;
	line-height:1.8rem;
}

.qijai-work{
	display:none;
}

.downlaod-detail .business-detail{
    margin-top: 1rem;
    border-bottom:none;
}

.downlaod-detail .business-detail li{
    list-style-type: none;
    margin-left: 0;
}

.downlaod-detail .business-detail li a{
    font-weight: unset;
}

.downlaod-detail .business-detail li i{
    padding-left: 1rem;
    font-size:.8rem;
}

.downlaod-detail .business-detail li:hover a{
    font-weight:bold;
}

#certificate{
    display:none;
}

#indictment{
    display:none;
}

.download-left{
    margin-bottom: 1rem;
}

.list-group-item.active{
    background:#ffffff !important;
}








